All Questions
2 questions
0votes
0answers
68views
Convert sciBERT to GGUF
I want to use the SciBERT weights in Ollama. Ollama accepts GGUF format, whereas SciBERT is in another format. I downloaded SciBERT from this huggingface link. I tried to convert it with llama.cpp ...
1vote
1answer
102views
How to implement or avoid masking for transformer?
When it comes to using Transformers for image captioning is there any reason to use masking? I currently have a resnet101 encoder and am trying to use the features as the input for a transformer model ...